home *** CD-ROM | disk | FTP | other *** search
/ Nothing but Tetris / Nothing but Tetris.iso / amiga / wbtris_1.3 / source / dmakefile.pp / dmakefile
Makefile  |  2000-01-01  |  708b  |  25 lines

  1. # DMakeFile generated by MakeDMake v0.19
  2.  
  3. OPT1 = -lm
  4. OPT2 = -HWBTRIS_Include.m=WBTRIS_Include.h -O ""
  5.  
  6. WBTRIS            : WBTRIS.o gadgets.o Hiscore.o options.o statistic.o
  7.     dcc $(OPT1) -o WBTRIS  WBTRIS.o gadgets.o Hiscore.o options.o\
  8.             statistic.o
  9.  
  10. WBTRIS.o        : WBTRIS.c WBTRIS.h WBTRIS_Include.h Tiles.h Logo.h\
  11.                 pause.h
  12.     dcc $(OPT2) -c WBTRIS.o WBTRIS.c
  13.  
  14. gadgets.o        : gadgets.c WBTRIS.h WBTRIS_Include.h
  15.     dcc $(OPT2) -c gadgets.o gadgets.c
  16.  
  17. Hiscore.o        : Hiscore.c WBTRIS.h WBTRIS_Include.h
  18.     dcc $(OPT2) -c Hiscore.o Hiscore.c
  19.  
  20. options.o        : options.c WBTRIS.h WBTRIS_Include.h
  21.     dcc $(OPT2) -c options.o options.c
  22.  
  23. statistic.o        : statistic.c WBTRIS_Include.h Tiles.h
  24.     dcc $(OPT2) -c statistic.o statistic.c
  25.